home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sky at Night 2009 October
/
SAN CD 10-2009 CD-ROM 53.iso
/
pc
/
issueMedia
/
Software
/
Celestia_osx_1.6.0
/
Celestia.app
/
Contents
/
Resources
/
vp_patch.sh
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
2009-07-07
|
226 b
|
8 lines
#!/bin/zsh
if [[ -e $1 ]]; then
[[ -w $1 ]] && sed -e 's/[[:blank:]]*#[[:blank:]]*IgnoreGLExtensions/ IgnoreGLExtensions/' -i .bak $1;
else
echo 'Configuration {\nIgnoreGLExtensions [ "GL_ARB_vertex_program" ]\n}' > $1;
fi